home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / biz / patch / imagefx103enhanc.lha / Install-Update next >
Text File  |  1993-04-21  |  730b  |  27 lines

  1. ; Install new ImageFX modules to your current ImageFX:
  2. ; assignment.  If ImageFX does not reside at this assignment
  3. ; or you don't have this assignment, the installation will
  4. ; have to be done by hand.
  5.  
  6. Echo "ImageFX Module Update Installation"
  7. Echo ""
  8. Echo "This script will install updated modules into your current"
  9. Echo "ImageFX system.  This script depends on your having made"
  10. Echo "an IMAGEFX: assign to the directory where your copy of ImageFX"
  11. Echo "resides (if you used the default installation process, you"
  12. Echo "should have)."
  13. Echo ""
  14. Ask  "Continue (y/N)?"
  15.  
  16. If WARN
  17.  
  18.    Copy modules ImageFX:modules all
  19.    Copy hooks   ImageFX:hooks all
  20.    Echo "Installation complete."
  21.  
  22. Else
  23.  
  24.    Echo "Installation aborted."
  25.  
  26. EndIf
  27.